'Declaration Protected Function New( _
ByVal objThe object.As TObject, _
ByVal temporaryValueThe temporary value.As TValue _
)
protected PropertyValueHolder<TObject,TValue>(
TObject obj,
TValue temporaryValue
)
protected: PropertyValueHolder<TObject,TValue>(
TObject* obj,
TValue* temporaryValue
)
protected:
PropertyValueHolder<TObject,TValue>(
TObject^ obj,
TValue^ temporaryValue
)
Parameters
- obj
- The object.
- temporaryValue
- The temporary value.